home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Contract.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  552b

  1. {
  2.     "schema": {
  3.         "ContractId": "Long Integer",
  4.         "OrganizationId": "Long Integer",
  5.         "Contract": "Text (30) NOT NULL",
  6.         "LevelId": "Long Integer",
  7.         "DurationId": "Long Integer",
  8.         "StartDate": "DateTime",
  9.         "EndDate": "DateTime",
  10.         "Notes": "Memo/Hyperlink (255)",
  11.         "Count": "Long Integer",
  12.         "Limit": "Integer",
  13.         "CancelBy": "Text (30)",
  14.         "CancelDate": "DateTime",
  15.         "Valid": "Boolean NOT NULL",
  16.         "Hide": "Boolean NOT NULL",
  17.         "CustomerId": "Long Integer",
  18.         "Rate": "Currency",
  19.         "ContractType": "Byte"
  20.     },
  21.     "data": [
  22.         {
  23.             "ContractId": 1,
  24.             "OrganizationId": 1,
  25.             "LevelId": 1,
  26.             "DurationId": 1,
  27.             "Count": 0,
  28.             "Limit": 0,
  29.             "Valid": 0,
  30.             "Hide": 0
  31.         }
  32.     ]
  33. }